mysql where in 字符串分割無法查詢數據換種思路FIND_IN_SET
select barType from bar_info where orderId='H5201702154317'; 用字典表聯查后使用group_concat將分組結果連接,得到期望結果: ...
select barType from bar_info where orderId='H5201702154317'; 用字典表聯查后使用group_concat將分組結果連接,得到期望結果: ...